DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing.Search Namespace / IndexQuery<T,TKey> Class
Properties Methods


In This Topic
    IndexQuery<T,TKey> Class Members
    In This Topic

    The following tables list the members exposed by IndexQuery<T,TKey>.

    Public Properties
     NameDescription
    Public PropertyThe collection of subindexes for this IndexQuery<T>. (Inherited from C1.LiveLinq.Indexing.Search.IndexQuery<T>)
    Top
    Public Methods
     NameDescription
    Public MethodReturns an enumerator that iterates through the IndexQuery<T>. (Inherited from C1.LiveLinq.Indexing.Search.IndexQuery<T>)
    Public MethodGroups the collection of search results by its search key.  
    Public MethodOverridden. Groups the collection of search results by its search key.  
    Public MethodOverloaded. Used to apply subindex search to the result of a search operation. (Inherited from C1.LiveLinq.Indexing.Search.IndexQuery<T>)
    Top
    See Also